"ReWrite is a small self contained compiler which uses a rewrite rule syntax which is usually the domain of functional languages, but underneath works in an applicative way, in that it is completely compiled (there is no 'eval' mechanism) and compiles to code that doesn't need complicated memory management such as garbage collection."
"* ReWrite 0.2.7 changes:
- powerful new functions using function pointers (Map, Apply ... )
- an expanded manual, including a 'getting started' section
- docs now done with eDoc
- several bugs fixed (including a fatal one with project management)"